func go/printer.walkBinary
4 uses
go/printer (current package)
nodes.go#L650: func walkBinary(e *ast.BinaryExpr) (has4, has5 bool, maxProblem int) {
nodes.go#L665: h4, h5, mp := walkBinary(l)
nodes.go#L678: h4, h5, mp := walkBinary(r)
nodes.go#L700: has4, has5, maxProblem := walkBinary(e)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)